home *** CD-ROM | disk | FTP | other *** search
- #ifndef _HYPERTEXT_PRINT_H_
- #define _HYPERTEXT_PRINT_H_
-
- #include "hypview.h"
- #include "button.h"
- #include "contkit.h"
-
- class HypertextPrint : public HypertextView
- {
- protected:
- Button* print_to_prn;
- // Button* print_to_file;
- public:
- HypertextPrint(rect coordinates, char* vName, char* fName = "",
- int res = FIXED,
- int interv = pScreenSet->sub_interval,
- BORDERS b_type = SHOW_BORDER, int s = 10, char* h = "",
- int bak = pColorSet->colors.BAK_COLOR,
- int attr = pColorSet->colors.ATTR_COLOR,
- int p_height = st_page_height);
- };
-
- #endif _HYPERTEXT_PRINT_H_